projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a296011
)
(find-dired): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 3 Jan 1997 23:10:03 +0000
(23:10 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 3 Jan 1997 23:10:03 +0000
(23:10 +0000)
lisp/find-dired.el
patch
|
blob
|
history
diff --git
a/lisp/find-dired.el
b/lisp/find-dired.el
index 9fa21487d7ead96178c7dcf5f0ae3a055246c53b..a46c6c651507c04db7444bd38d7785db027d013a 100644
(file)
--- a/
lisp/find-dired.el
+++ b/
lisp/find-dired.el
@@
-58,7
+58,10
@@
On other systems, the closest you can come is to use `-l'.")
"Run `find' and go into dired-mode on a buffer of the output.
The command run (after changing into DIR) is
- find . \\( ARGS \\) -ls"
+ find . \\( ARGS \\) -ls
+
+except that the variable `find-ls-option' specifies what to use
+as the final argument."
(interactive (list (read-file-name "Run find in directory: " nil "" t)
(read-string "Run find (with args): " find-args
'(find-args-history . 1))))